home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / misc / emu / atari800_tr.lzh / supercart.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-09  |  122 b   |  9 lines

  1. #ifndef __SUPERCART__
  2. #define __SUPERCART__
  3.  
  4. #include "atari.h"
  5.  
  6. void Init_Super(int *argc,char **argv,int base);
  7.  
  8. #endif
  9.